efi_loader: efi_gop: use correct types for parameters
authorHeinrich Schuchardt <[email protected]>
Thu, 26 Oct 2017 17:25:51 +0000 (19:25 +0200)
committerAlexander Graf <[email protected]>
Fri, 1 Dec 2017 12:22:56 +0000 (13:22 +0100)
commit1c38a7741c59d1213004a07c362ae7f07a3d9357
tree849b6eb69d9952cd48107bc6d5806115160f97af
parent085d07cd3b8c9a12d5a02c13b56ab92436c062ba
efi_loader: efi_gop: use correct types for parameters

Use efi_uintn_t instead of unsigned long.

EFI_GRAPHICS_OUTPUT_BLT_OPERATION is an enum. If we don't
define an enum we have to pass it as u32.

Signed-off-by: Heinrich Schuchardt <[email protected]>
Signed-off-by: Alexander Graf <[email protected]>
include/efi_api.h
lib/efi_loader/efi_gop.c